home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 2 (Reseller)
/
Apple R&P Lib Reseller v2.0.iso
/
3-Demos
/
Third Party Demos
/
Information Management
/
Wingz
/
SDScript
/
Script02
(
.txt
)
< prev
next >
Wrap
Wingz Script
|
1989-06-10
|
896b
|
33 lines
WNGZWZSC01b1
Demo02
SDOpen
Segway
DoSound
define n, off
call sd:SDOpen("Demo02",1)
unselect
wait for (sd:Segway * 1.0) seconds
off = 1
repaint off
go to cell r32750c32763
unselect
column numbers
select range r32768c32768
repaint on
repaint window
call sd:DoSound("Big")
wait for (sd:Segway * 0.5) seconds
for n = 0 to 10
if off
fill bg red()
wait for .1 second
off = 0
else
fill bg white()
wait for .1 second
off = 1
end if
end for
wait for (sd:Segway * 1) seconds
close now